Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.models.utils
/
BaseModel
Base
Model
@
Serializable
open
class
BaseModel
(
val
id
:
String
?
=
null
)
The base class used for all
Pocketbase
models used.
Parameters
id
The unique ID of the model.
Inheritors
CronJob
Log
Record
TimestampedModel
Members
Constructors
Base
Model
Link copied to clipboard
constructor
(
id
:
String
?
=
null
)
Properties
id
Link copied to clipboard
open
val
id
:
String
?
=
null